home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 10847 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  661 b 

  1. Path: news.mira.net.au!news
  2. From: davidw@werple.net.au (David White)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Assembler and C++
  5. Date: 11 Mar 1996 10:13:04 +1100
  6. Organization: Werple Internet, Melbourne
  7. Message-ID: <4hvnm0$2ui@werple.net.au>
  8. References: <4htde7$3il@park.interport.net>
  9. NNTP-Posting-Host: werplez.mira.net.au
  10.  
  11. yaron@interport.net (Adi) writes:
  12.  
  13. >Can anybody show me how can I access class data members with assembler
  14. >commands, from within a method of the class :
  15.  
  16. That would depend on which assembly language, and on the compiler. You'll 
  17. need to generate an assembly listing of the code and figure it out.
  18.  
  19. David White
  20. davidw@werple.mira.net.au
  21.  
  22.